home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Examples / Helpfile / _IE_VersionInfo.au3 < prev    next >
Encoding:
Text File  |  2006-07-14  |  306 b   |  7 lines

  1. ; *******************************************************
  2. ; Example 1 - Retrieve and display IE.au3 version information
  3. ; *******************************************************
  4. ;
  5. #include <IE.au3>
  6. $aVersion = _IE_VersionInfo ()
  7. MsgBox(0, "IE.au3 Version", $aVersion[5] & " released " & $aVersion[4])